bpo-25655: Improve Win DLL loading failures doc#22372
Merged
Merged
Conversation
https://bugs.python.org/issue25655 Add documentation to help diagnose CDLL dependent DLL loading errors on windows for OSError with message: "[WinError 126] The specified module could not be found" This error is otherwise difficult to diagnose. Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Contributor
Author
|
I do not think this minor doc update is news-worthy, so a core dev should add a |
Exception references are made with exc and not class Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Contributor
Author
|
@corona10 I applied your suggested fix. Thank you! |
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
zooba
reviewed
Oct 19, 2020
Reported-by: Steve Dower <steve.dower@microsoft.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Contributor
|
Thanks @pombredanne for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Contributor
|
Thanks @pombredanne for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Oct 22, 2020
Add documentation to help diagnose CDLL dependent DLL loading errors on windows for OSError with message: "[WinError 126] The specified module could not be found" This error is otherwise difficult to diagnose. (cherry picked from commit b6f2fc9) Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
|
GH-22894 is a backport of this pull request to the 3.9 branch. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Oct 22, 2020
Add documentation to help diagnose CDLL dependent DLL loading errors on windows for OSError with message: "[WinError 126] The specified module could not be found" This error is otherwise difficult to diagnose. (cherry picked from commit b6f2fc9) Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
|
GH-22895 is a backport of this pull request to the 3.8 branch. |
miss-islington
added a commit
that referenced
this pull request
Oct 22, 2020
Add documentation to help diagnose CDLL dependent DLL loading errors on windows for OSError with message: "[WinError 126] The specified module could not be found" This error is otherwise difficult to diagnose. (cherry picked from commit b6f2fc9) Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
miss-islington
added a commit
that referenced
this pull request
Oct 22, 2020
Add documentation to help diagnose CDLL dependent DLL loading errors on windows for OSError with message: "[WinError 126] The specified module could not be found" This error is otherwise difficult to diagnose. (cherry picked from commit b6f2fc9) Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
adorilson
pushed a commit
to adorilson/cpython
that referenced
this pull request
Mar 13, 2021
Add documentation to help diagnose CDLL dependent DLL loading errors on windows for OSError with message: "[WinError 126] The specified module could not be found" This error is otherwise difficult to diagnose.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add documentation to help diagnose CDLL dependent DLL loading errors
on Windows for OSError with message:
"[WinError 126] The specified module could not be found"
This error is otherwise difficult to diagnose.
Signed-off-by: Philippe Ombredanne pombredanne@nexb.com
https://bugs.python.org/issue25655